home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 15 / Amiga Plus Leser CD 15.iso / Tools / Development / MosaicSRC / libwww2 / HTNews.h < prev    next >
Encoding:
C/C++ Source or Header  |  2002-03-13  |  601 b   |  27 lines

  1. /*                                  Network News Transfer protocol module for the WWW library
  2.                                           HTNEWS
  3.                                              
  4.  */
  5. /* History:
  6. **      26 Sep 90       Written TBL in Objective-C
  7. **      29 Nov 91       Downgraded to C, for portable implementation.
  8. */
  9.  
  10. #ifndef HTNEWS_H
  11. #define HTNEWS_H
  12.  
  13. #include "HTAccess.h"
  14. #include "HTAnchor.h"
  15. extern HTProtocol HTNews;
  16.  
  17. extern void HTSetNewsHost PARAMS((CONST char *value));
  18. extern CONST char * HTGetNewsHost NOPARAMS;
  19. extern char * HTNewsHost;
  20.  
  21. #endif /* HTNEWS_H */
  22.  
  23.  
  24. /*
  25.  
  26.    tbl  */
  27.